func go/printer.isTypeName

3 uses

	go/printer (current package)
		nodes.go#L1182: func isTypeName(x ast.Expr) bool {
		nodes.go#L1187: 		return isTypeName(t.X)
		nodes.go#L1203: 				if isTypeName(x.Type) {